Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
I have a collection with 66 products
when using graphql to query products inside the collection with page size of 20
page 1: 20 products
page 2: 20 products
page 3: 5 products (with pageInfo.hasNextPage = false)
but if I try to query page 4 with the last cusrsor it gives some products, but less than page size and with pageInfo.hasNextPage = false, happens till there are some products