*/ public function book(): BelongsTo { return $this->belongsTo(Book::class)->withTrashed(); } }