Post creator counter

Hello,
I created a Post with targetCommunity(communityId)
On the posts Tab on console I can see the post only in the specific community selected
not by the user.

I created a Post with targetMe()
On the posts Tab on console I can see the post only in the specific user selected
and the counter is updated

Is it OK

Yes, that’s expected behaviour. When you create posts on console, they’re created by admin user, not a regular user. So, any posts you make in a community will show up in that community’s feed.

For post count, from your previous topic, you get list of posts from user feed. Since each post is associated with a specific userid (targetId), the counter gets updated whenever a new post is created under that user ID/user feed.