Formats a token count, removing trailing .0.
.0
String formatTokens(int count) { return formatNumber(count).replaceFirst('.0', ''); }