Introduction
Pagination metadata helps you split large lists into smaller parts and tells you about the current page and total pages.
When you have many items and want to show them page by page.
When you want to let users navigate through a list without loading everything at once.
When your app needs to load data faster by fetching small chunks.
When you want to show how many pages or items are left to browse.