Check if any results were found.
public function hasResults() : bool { foreach ($this->getIterator() as $_) { return true; } return false; }