orderBy('name') ->get(); } public function countries(): HasMany { return $this->hasMany(Country::class); } }