{#await getStats({ isArchived: false })} {:then data}

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

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

{/await}
{#if $featureFlags.search} {/if} {#if $featureFlags.map} {/if} {#if $sidebarSettings.people} {/if} {#if $sidebarSettings.sharing} {#await handleAlbumCount()} {:then data}

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

{/await}
{/if}

LIBRARY


{#await getStats({ isFavorite: true })} {:then data}

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

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

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

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

{/await}
{#await getStats({ isArchived: true })} {:then data}

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

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

{/await}
{#if $featureFlags.trash} {#await getStats({ isTrashed: true })} {:then data}

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

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

{/await}
{/if}

AUTOMATION