Is there a prop to display the product count in filter-navigator.v3 on desktop?

Good morning, is there any prop to display the product count in the filter-navigator.v3 on desktop?

In the VTEX documentation, only the prop totalProductsOnMobile is mentioned, and I need one that displays the item count on desktop. I tried using totalProductsOnDesktop but it had no effect. I’d rather not have to create a custom app just to display the count.

Thanks in advance.

Hey @Cristiano.reis, how’s it going?

You need to add the showFacetQuantity prop to the “search-result-layout.desktop” block.

"showFacetQuantity": true

Cheers!

Hey, all good!
Thanks for the reply. But I’m still surprised that this prop belongs to the search-result-layout and not to the filter-navigator itself.
Have a great week!