Focusing on managing products, variants, and collections through the API.
I have 1093 collections in my store, but when trying to access them in Liquid (`collections.size`) I only got 1086.
The main issue where is that I have a Brands page where I display all the collection that have the `brand` template (`collections | where: 'template_suffix', template`) and some are missing. From V to Z. The weird thing is that I have the 'U', then nothing, then one that start with 'é'.
I try to use the `reverse` filter (`collections | reverse | where: 'template_suffix', template`).. still missing.
Notes:
Is there something I'm missing?