Hi,
How can we disable the number of posts in Desktop and Mobile view? Details as in following figures:
Desktop:

Mobile:
Customize your current theme by adding this CSS:
.select-kit .category-row .topic-count, /* category selector count */
.category-list .topics, /* category stats on categories page */
.category-list footer, /* category stats on mobile categories page */
{
display: none;
}