How to display the query result count (filter) code cleanly?

Hi community,

Currently the output of query result count (filter) is as follows:

<span id="brxe-lyzshg" class="brxe-text-basic">
     <span ata-brx-qr-count="rdwobn">18</span>
     Product
</span>

But is there a way to display the output like below in a cleaner way? Like some non-WordPress sites.

<span data-brx-qr-count="rdwobn">18 Product</span>

Best regards