@if (statsResource.hasValue()) {
@let stats = statsResource.value();
{{t('series-count', {num: stats.seriesCount | number})}}
{{t('volume-count', {num: stats.volumeCount | number})}}
{{t('file-count', {num: stats.totalFiles | number})}}
{{stats.totalSize | bytes}}
{{t('genre-count', {num: stats.totalGenres | compactNumber})}}
{{t('tag-count', {num: stats.totalTags | compactNumber})}}
{{t('people-count', {num: stats.totalPeople | compactNumber})}}
{{stats.totalReadingTime | timeDuration}}
}