I'm trying to retrieve all products from catalog using /V1/categories/2/products, where 2 is category_id. It should return 1181 products but instead returns only 183. The number 1181 is seen in admin panel products/categories and also after using /V1/categories this category (2) shows the same number in product_count.
I need help, please