first(); } public function movies() { return $this->hasMany('App\Models\Movie', 'genre_id'); } }