Concept Flow - Pagination metadata in response
Client sends request with page info
Server receives request
Server fetches data for requested page
Server adds pagination metadata
Server sends response with data + metadata
Client reads data and metadata
Client displays page info and navigation
The client requests a specific page; the server fetches that page's data, adds metadata about pagination, and sends it back for the client to use.