Bases - is it possible to show counts when grouping?

What I’m trying to do

I have a Base of all my physical games, and I’m grouping by platform - is it possible to show the count of how many per platform? For example Nintendo Gamecube (2) , PC (3) etc

Things I have tried

I’ve tried adding another grouping, but without success.

If you group by platform, you can use the Summarize function of bases to give you simply the count of all items. When grouped, you will then also get the count per group.