belongsTo(User::class); } public function bookRecommendation() { return $this->belongsTo(BookRecommendation::class); } }