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