User::factory(), 'title' => fake()->sentence(), 'body' => fake()->paragraph(), 'url' => fake()->url(), 'is_read' => false, 'read_at' => null, ]; } }