API returning wrong count

Orders endpoint:

https://ravinintl-dev.myshopify.com/admin/api/2021-07/orders.json?status=any&limit=250&created_at_min=2020-11-19T07:29:00+02:00&created_at_max=2020-11-19T10:01:00+02:00&fields=id

Count endpoint:

https://ravinintl-dev.myshopify.com/admin/api/2021-07/orders/count.json?status=any&limit=250&created_at_min=2020-11-19T07:29:00+02:00&created_at_max=2020-11-19T10:01:00+02:00&fields=id

Count returns 10, when in reality orders returns way more than just 10.

Customers.json endpoint returns a different amount of customers than customer.json. Some customers are missing entirely.

Example:

Customers.json missing:

https://ravinintl-dev.myshopify.com/admin/api/2021-10/customers.json?limit=250&ids=4528050962604

But exists in customer.json

https://ravinintl-dev.myshopify.com/admin/api/2021-10/customers/4528050962604.json

Second link does not refer to the correct URL.

Customer not returned through customer IDs (incorrect behavior):

https://ravinintl-dev.myshopify.com/admin/api/2021-10/customers.json?limit=250&ids=4528050962604

Customer returned properly:

https://ravinintl-dev.myshopify.com/admin/api/2021-10/customers/4528050962604.json

The customers issue was fixed by visiting the customer profile using the Admin Dashboard and updating the customer with the same existing data (refreshing the customer).

The issue with the count remains.