$this->faker->name(), 'documentable_id' => $this->faker->numberBetween(1, Contract::count()), 'documentable_type' => 'App\Models\Contract', 'type' => (string)DocumentType::getRandomValue(), ]; } }