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

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

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

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

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

{/await}

LIBRARY

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

{data.favorites} Favorites

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

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

{/await}