What I’m looking for is a Cocoa component with left tableview where you have groups(categories) with number of items inside rounded bubble.
I’ve seen that kind of view in a few apps recently.
Is it some kind of Cocoa component or I have to do that customly?
I think you’re referring to what Apple calls a “source list” or “source view”. See the SourceView sample code.