*/ public function definition(): array { return [ 'user_id' => User::factory(), 'name' => $this->faker->name, ]; } }