static Map<String, Object> sortList(List<Map<String, int>> fields) { return { '\$sort': { for (var field in fields) ...field, } }; }