WooCommerce Product Filtering with Pagination?

Hey,

I have a few questions regarding the query builder and the filtering elements of Bricks. I am building a very simple shop page for our products. The layout would be sidebar with search and filtering, main area with product list. Under the product list there is a result count and a pagination.

First I wanted to create a category filter but did not succeed. Here is my config:

Problems with this:

  • If I show the cild elements I cannot collapse the parent categories and becaue I have lots of child categories, the filter list is huuuuuuge.
  • The result count under the items are not updated with the real result count of the filter and the pagination also displays lots of pages even the filtered results fit in one page. That is confusing.

What are your methods for building a proper webshop filtering in Bricks?