Song::factory(), 'user_id' => User::factory(), 'liked' => $this->faker->boolean, 'play_count' => $this->faker->randomNumber(), ]; } }