- 🇮🇳India Hetal chavda
One thing to note is that most $build['content'] area keys correspond to their values in the commerce-cart-block.html.twig file. For example, $build['content']['#count_text'] corresponds to {{ count_text }}. Also, if you just want a number of items (without text) you can simply use {{ count }} in that twig file. The contents of the view are displayed within {{ content }} .
Override template : commerce-cart-block.html.twig
If you want to print only count of the product without text then add {{ count }} and add image of cart in this twig template.