TOTAL USAGE
PHOTOS
{zeros(stats.photos)}
{stats.photos}
VIDEOS
{zeros(stats.videos)}
{stats.videos}
STORAGE
{zeros(statsUsage)}
{statsUsage}
{statsUsageUnit}
USER USAGE DETAIL
User
Photos
Videos
Size
{#each stats.usageByUser as user (user.userId)}
{user.userFirstName} {user.userLastName}
{user.photos.toLocaleString($locale)}
{user.videos.toLocaleString($locale)}
{asByteUnitString(user.usage, $locale)}
{/each}