(showAssetCount = true)} on:mouseleave={() => (showAssetCount = false)} > {#if showAssetCount}
{#await getAssetCount()} {:then data}

{data.videos} Videos

{data.photos} Photos

{/await}
{/if}
(showSharingCount = true)} on:mouseleave={() => (showSharingCount = false)} > {#if showSharingCount}
{#await getAlbumCount()} {:then data}

{data.shared + data.sharing} Albums

{/await}
{/if}

LIBRARY

(showAlbumsCount = true)} on:mouseleave={() => (showAlbumsCount = false)} > {#if showAlbumsCount}
{#await getAlbumCount()} {:then data}

{data.owned} Albums

{/await}
{/if}