I am building a shopify app by using the Shopify API, and run into trouble.
When I make a GET request with '/admin/customers.json' Shopify API response with results sort incorrectly unlike other resources(Product, Order, etc)
I make some screenshots to get thething clear.
Both Order and Product reponse with the correct collection result("updated_at desc") but Customer didn't.
Is it bug or did I miss anything?