api/pagination-client

pagination client Shipped

What this lens looks for

Client handles cursor-based pagination (next_cursor, has_more) and offset-based; infinite scroll or "Load more" for cursor; page controls for offset; no full re-fetch on page change

What its verifier checks

Pagination response shape parsed correctly; has_more: false hides load-more trigger; cursor stored and sent on next page request; loading state shown between pages