- function formatCount (count) { return numeral(count).format((count > 1000) ? '0,0.0a' : '0,0'); }