belongsToMany(Movie::class, 'movie_country'); } protected static function newFactory(): Factory { return \Database\Factories\CountryFactory::new(); } }