Keys descending order in API limelm.pkey.advancedSearch

Hello!I use both limelm.pkey.find and limelm.pkey.advancedSearch. But in the first case, in the answer, the keys are arranged by ID in ascending order.And in the case of limelm.pkey.advancedSearch for some reason, in descending order. Why? I need it in ascending order, like in limelm.pkey.find

Here is answer for limelm.pkey.advancedSearch{"stat":"ok","pkeys":{"total":3,"pages":1,"pkey":[{"total_deacts":0,"for_tfs":"false","deac_limit":"unlimited","created":"2019-05-17 17:33:53","id":2980897,"version_id":4266,"acts":1,"key":"SMQW-MWGV-CHQJ-Y9XH-MXNX-9PRT-MNTA","email":"shanchenko3@hotbox.ru","acts_used":0,"allow_vm":"yes"}, {"total_deacts":0,"for_tfs":"false","deac_limit":"unlimited","created":"2019-05-16 17:19:23","id":2979790,"version_id":4266,"acts":1,"key":"W84Q-QFGR-4AQY-8QRW-XGGA-CRZG-52TA","email":"shanchenko3@hotbox.ru","acts_used":0,"allow_vm":"yes"}, {"total_deacts":0,"for_tfs":"false","deac_limit":"unlimited","created":"2019-05-16 17:19:23","id":2979789,"version_id":4266,"acts":1,"key":"XIEI-UMU4-IGIZ-8Y4A-TUXR-CH2X-76TA","email":"shanchenko3@hotbox.ru","acts_used":0,"allow_vm":"yes"} ]}}

Here is an answer for limelm.pkey.find{"stat":"ok","pkeys":{"total":3,"pkey":[{"id":2979789,"acts":1,"key":"XIEI-UMU4-IGIZ-8Y4A-TUXR-CH2X-76TA","acts_used":0},{"id":2979790,"acts":1,"key":"W84Q-QFGR-4AQY-8QRW-XGGA-CRZG-52TA","acts_used":0},{"id":2980897,"acts":1,"key":"SMQW-MWGV-CHQJ-Y9XH-MXNX-9PRT-MNTA","acts_used":0}]}

We see this, we'll get around to it eventually. We're working on some bug fixes and a new release.

The returned order doesn't really matter. You can get all of the keys and process them however you'd like in your internal processing.

If you're trying to build a front-end for LimeLM, don't do that. We invest more time and money into our front-end (a new redesigned mobile friendly version is coming soon).

Don't waste your time and money re-creating what you're paying us to create.