Pagination is helpful when results from an API are returned paged, for example, in 50-item blocks. This Story outlines four methods of implementing pagination depending on the format of the initial call, including using a counter to track results, comparing offset to total, URL-based pagination, and an example where the API does not return the total results.