static Map<String, Object> match(List<Map<String, Object?>> matches) { return { '\$match': {for (var match in matches) ...match} }; }