belongsToMany(Movie::class, 'movie_genres', 'genre_id', 'movie_id'); } }