static Map<String, Object> sortOne(String field, [bool desc = true]) { return sortList([ sortField(field, desc), ]); }