*/ public function definition(): array { return [ 'artist_id' => Artist::factory(), 'name' => ucwords($this->faker->words(random_int(2, 5), true)), 'cover' => md5(uniqid()) . '.jpg', ]; } }