hasMany(Region::class); } function sortedRegions(): array { return $this ->regions() ->orderBy('name') ->get() ->toArray(); } }