*/ public function definition() { return [ 'name' => $this->faker->words(5, true), 'nami_id' => $this->faker->randomNumber(), ]; } }