How to display product count on a collection page?

How do I add product count in the toolbar on the collection page?

my url: https://aestheticblendd.com/collections/all-chains

Hello @MST65912

Welcome to the Shopify Community.

Please Go to Online Store → Themes → Edit code → Sections → collection-template.liquid and find right place to place this code.

{{ collection.all_products_count }} total products in this collection

@MST65912 - use this code to add it to desired location, if you are nto familiar with coding then recommend to add collaborator account to do it

{{ collection.all_products_count }}