I personally would go for total_foos
or totalFoos
depending on the language standard. It represents better that the value is a final total and not just a running count.
It also makes more sense to say "I have 3 total foos" rather than "I have a 3 count of foos".
Overall, it's not a huge deal but I always use total
over count
!