{#each Object.entries(albums) as [albumKey, album] (albumKey)}
{#each album.images as imageSrc, imageIndex (imageSrc)} {album.title} {/each}
{album.title} {imagesLength(album.images.length)}
{#each album.tags as tag (tag)} {tag} {/each}
{/each}