What does the `pagingCounter` stand for ?
ypicard opened this issue · 3 comments
ypicard commented
Hi,
In the docs, pagingCounter
is defined as:
pagingCounter {Number} - The starting sl. number of first document.
What is an sl. number ? What is it used for ?
Thank you !
aravindnc commented
That is serial/chronological number for displaying items in the list, so one doesn't need to do that calculation again.
ypicard commented
Oh okay, I understand. Maybe a little precision concerning this could be added in the readme.
Thanks for your work !