$this->faker->title, 'body' => $this->faker->paragraph(2), 'user_id' => function () { return \Vanguard\User::factory()->create()->id; }, ]; } }