fetchWithProducts() not returning tags

Ehy @Joe_Tacconelli well done about the solution but can you please be more precise about:

query: "collection_type:{{name of collection}}"

With name I guess you mean the slug. Filtering by category-slug for us is really important because doing so we avoid fetch all products.
Btw I can’t implement your example as-is.

Supposing we have a cat. slug best-products how should I implement it?
Something like query: “collection_type:{{best-products}}” or query: “collection_type: best-products”

Without query prop. is working fine of course.
Thanks!