I want to display the filters.label on the DOM. I've tried multiple loops with multiple combinations with no success.
This is a fetch call and I have to loop over the response.json().
You can try this:
const filters = response.data.collectionByHandle.products.filters; for (var filter of filters) { // Your code here }