It looks like the issue might be related to the filter query you are using in your GraphQL request. The filters you are using seem to be searching for products with custom metafields that match either βγ«γγι β or β貴ιΈι β. However, the products in your collection might not have these exact metafield values.
Run these two queries separately, and then combine the results in your application code to get the full list of products that match either of the filter conditions.
If youβre still not getting the correct product count using these queries, double-check the access token and its permissions.
@okur90 I have tried individual filter same issue, when the products in a collection are more than 1000 this issue is there. For the filter we are not able to fetch proper product. So we have used reverse: true then also we are not able to get all the products.