My Collections
This search returned {count} results.
{#if collections.length === 0}
{/if}
{#if currentView == 'cards'}
{#each collections as collection}
{/each}
{/if}
{#if next || previous}
{#each Array.from({ length: totalPages }, (_, i) => i + 1) as page}
{/each}
{/if}