We need to find a way to access all products in a collection, however, at the moment, only the first 50 are available.
Once we have a Shopify object with all the products, we would like to filter out ones containing a specific tag, then pass the new filtered object to the Paginate object to be correctly displayed.
At the moment, we are hiding the products containing that tag, but this has the side-effect of some pages in the pagination showing no products, because Paginate does not know about us hiding the products. So, it would make more sense for us to be able to provide a filtred list of products to Paginate, so that it would function as expected.