Pagination is the splitting of large datasets into separated and autonomous pages.
On django rest framework, pagination allows the user to modify the amount of data in each page and the style by which the split is applied.