static Map<String, int> sortField(String field, [bool desc = true]) { return { field: desc ? -1 : 1, }; }