randomElement(['text', 'image', 'video']); return [ 'page_id' => Page::factory(), 'type' => $type, 'body' => $type === 'text' ? fake()->paragraph() : fake()->imageUrl(), 'title' => fake()->optional()->sentence(), ]; } }