public function getTotal(string $group = 'default'): int
public function getPageCount(string $group = 'default'): int
public function getCurrentPage(string $group = 'default'): int
public function getPerPage(string $group = 'default'): int
/**
* Returns an array with details about the results, including
* total, per_page, current_page, last_page, next_url, prev_url, from, to.
* Does not include the actual data. This data is suitable for adding
* a 'data' object to with the result set and converting to JSON.
*/
public function getDetails(string $group = 'default'): array