My AT Protocol Collections
{#if collections}
{collections.length}
{/if}
{#each collections ?? [] as collection (collection)}
{collection}
{/each}