export const count = 87752 export const formatted = count.toLocaleString('en-US') export const thousands = Math.round(count / 1000)