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