belongsTo(Region::class); } public function documents() { return $this->hasMany(Document::class); } }