TOTAL USAGE
USER USAGE DETAIL
User
Photos
Videos
Size
{#if stats} {#each stats.usageByUser as user, i}
{getFullName(user.userId)}
{user.photos.toLocaleString(locale)}
{user.videos.toLocaleString(locale)}
{asByteUnitString(user.usageRaw)}
{/each} {:else}
{/if}