dateTimeThisDecade(); return [ 'title' => fake()->name(), 'description' => rand(0, 1) ? fake()->paragraphs(rand(1, 3), true) : null, 'artist_id' => Artist::factory(), 'podcast_id' => Podcast::factory(), 'episode_id' => Episode::factory(), 'overlay_id' => rand(0, 1) ? Overlay::factory() : null, 'filename' => fake()->imageUrl(3000, 3000), 'created_at' => $created, 'updated_at' => $created, 'legacy_id' => null, 'approved_by' => null, ]; } }