Module pagination

Module pagination 

Source

Structs§

Pagination
Pagination : The process of returning the results to a request in batches of a defined size called pages. This is done to exercise some control over result size and overall throughput. It’s a form of traffic management.