orderBy('name')->get(); } public function getItem(int $id): Position { return Position::findOrFail($id); } }