Cursor Pagination
This type of pagination ususally sends a cursor in response header when a API is requested. This is typically used in User Interface based APIs. It provides a link for the next page but this comes in header response and not in the dataset
Typically being used in eCommerce Apps like Shopify, WooCommerce etc.

