Fetching more than 50 products at a time on Collection page

Hello Dev Community!

My client has an issue with the “View More” feature on the collection pages (developed by someone else)
Example: Medical – Koby Feldmos Store

Currently only 50 products are fetched, although there is 70+ products in this collection.
How can I either request more than 50 products to be fetched, or make another request once all 50 products are displayed and “View More” button is clicked again?

Thank you for any pointers,
Marianna

I’d suggest taking a look at Dawn and understand how it uses the Section Rendering API to request the next page of products within a collection.