{#await getAssetCount()} {:then data}

{data.videos.toLocaleString($locale)} Videos

{data.photos.toLocaleString($locale)} Photos

{/await}
{#await getAlbumCount()} {:then data}

{data.shared.toLocaleString($locale)} Albums

{/await}

{#await getFavoriteCount()} {:then data}

{data.favorites} Favorites

{/await}
{#await getAlbumCount()} {:then data}

{data.owned.toLocaleString($locale)} Albums

{/await}
{#await getArchivedAssetsCount()} {:then data}

{data.videos.toLocaleString($locale)} Videos

{data.photos.toLocaleString($locale)} Photos

{/await}