/**
  * @return bool
  */
 public function any()
 {
     return $this->collection->count() > 0;
 }