How to show user total post count beside name

@David_Ghost

You can fix it with some CSS:

.names.trigger-user-card > div:has(.user-post-user__container) {
    order: 2;
}
2 Likes