/**
  * @return Collection
  */
 public function all() : Collection
 {
     return User::orderBy('id', 'DESC')->get(['users.*']);
 }