SongGroup::factory(), 'order' => $this->faker->numberBetween(1, 12), 'text_content' => implode("\n", $this->faker->sentences(3)), 'text_content_translated' => $this->faker->optional()->sentence(), 'notes' => $this->faker->optional()->sentence(), ]; } }