$this->faker->name(), 'car_id' => $this->faker->numberBetween(1, Car::count()), 'document_type' => (string)DocumentType::getRandomValue(), ]; } }