Hi All,
While we develop our Mini, we noticed that in hooks like usePopularProducts and useProductList, there’s no way to filter the results. As Minis are sometimes category based or approach based, a category or gender or any other filtering capability would be really awesome for curating the best picks for users based on what they already view.
We might have a work around that may only work for some items - for example, a product named “Summer Dress” is clearly a dress and we can extract that, but something like “REN 2025 Special Collection” doesn’t provide enough context.
Is there a way to determine a product’s category, similar to how it’s handled in the useProductSearch hook?