Applying Filters to the Category Page?

I solved it by adding type: 'all' as const. And parent_category should also be in your index.

filters: [
       {
         field: 'parent_category',
         type: 'all' as const,
         values: [category],
       },
     ],