*/ public function getAllByCurrentUser(): Collection { return $this->byCurrentUser()->orderBy('name')->get(); } }