roubachof/Sharpnado.CollectionView

Question- What does the PageResult totalCount do ?

Opened this issue · 0 comments

(I dont know if i should make this type of question here, but i couldn't find where to ask )

The question is it, does PageResult total count do something else besides just showing the total count?

When im doing pagination i need to pass the total count and that reflects the actual total count of items.

Is it possible to use the PageResult total count as the max item count or i should only instanciate the paginator after making a request to the api with the count of all items ?