I create Custom Collections through the API and they look good through the Admin interface and the API.
However the Custom Collections are not accessible in the Liquid template when iterating through the ‘collections’ array?
this liquid code does not see the Custom Collections
{% for collection in collections %}
Is there a different object I should use to access the Custom Collections??