Sorting Deals by id ascending does not work, descending does

Sorting Deals by id ascending does not work, descending does

I'm dealing with a confounding issue retrieving Deals via the endpoint

  1. https://www.zohoapis.com/crm/v2/Deals?sort_order=asc&sort_by=id&page=1&per_page=200

Returns a list of ids not sorted by id at all. 

  1. https://www.zohoapis.com/crm/v2/Deals?sort_order=desc&sort_by=id&page=1&per_page=200
Returns a list of ids sorted by id descending. 

Has anyone else seen this? I'm not seeing the same issue with other modules.