/**
* @default true
* Turn off pagination count total queries. itemCount, totalItems, itemsPerPage and totalPages will be undefined
*/
countQueries?: boolean;
The comment is wrong about itemCount and itemsPerPage. Here is an example of what we can have:
In IPaginationOptions:
The comment is wrong about
itemCount
anditemsPerPage
. Here is an example of what we can have: