When there are too much data to be displayed on a single page, a common strategy is to display them in multiple pages and on each page only display a small portion of the data. This strategy is known as pagination.
Yii uses a yii\data\Pagination object to represent the information about a pagination scheme. In particular,