Implementing page numbering (Prev | 1 | 2 | 3 | ... Next) on Rest/GraphQL Pagination

how do I implement page numbering on Shopify Rest/GraphQL API Pagination?
like (Prev | 1 | 2 | 3 | … Next) buttons

With REST and GraphQL API, the next page depends on the previous, so I think it’s impossible to implement numbered pagination. (Prev | Next) pagination is enough for most cases.