diff --git a/Classes/Pagination/IndexedSearchPaginator.php b/Classes/Pagination/IndexedSearchPaginator.php index 87af96a..72c6afc 100644 --- a/Classes/Pagination/IndexedSearchPaginator.php +++ b/Classes/Pagination/IndexedSearchPaginator.php @@ -41,4 +41,9 @@ public function getPaginatedItems(): iterable { return $this->resultRows; } + + public function getResultCount() + { + return $this->resultCount; + } }