{{t('count-series', {num: stats.seriesCount | number})}}
{{t('count-volume', {num: stats.volumeCount | number})}}
{{t('file-volume', {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}}