Hi everyone. I want to get the total product count after I filter the products by tags.
I’m currently using GraphQL and aggregating the product count visiting all pages till the end. But, this takes too much time for larger lists.
Is there any way to get this via API?