Format items counts in the navigation sidebar
In the project super sidebar, we currently print numbers as is, without any formatting for large numbers: ![CleanShot_2023-04-03_at_09.51.48_2x](/uploads/151b61bdc79baca88401850b21f40ce5/CleanShot_2023-04-03_at_09.51.48_2x.png) For groups, we format these differently: ![image](https://gitlab.com/gitlab-org/gitlab/uploads/e0de2da91788bccce86618c6f6e34d08/image.png) ## Implementation plan 1. Update the API response to return project numbers in the same format as groups. e.g. `56.8k`
issue