hasMany(Country::class); } public function regions(): HasMany { return $this->hasMany(Region::class); } }