static Map<String, Object> project(Map<String, Object> fields) { return { '\$project': { ...fields, } }; }