'integer', 'options' => 'array', 'is_active' => 'boolean', ]; public function photos(): HasMany { return $this->hasMany(File::class, 'document_id') ->where('document_type', 'corporate_vehicle') ->orderBy('id'); } }