MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Feld wird in Mongoose-Aggregation nicht angezeigt

Tut mir leid, Leute, das war albern:

(...)
$group: {
    _id : { dType : "$departments.deptType", 
            dName : "$departments.deptName" 
          },
   dCount: { $sum: 1 },
}
(...)