https://stackoverflow.com/users/6635464/ngshravil-py スポットでした。
別のプロジェクションを作成しました:
var project2 = {
$project: {
"_id": 1,
"userId": 1,
"accessToken":1,
"count":{$size:"$notifications"},
"notifications._id":1,
"notifications.summaryId": 1,
"notifications.dateCreated":1,
"notifications.dateProcessed":1,
}
};
次に、それを集計パイプラインに追加しました:
var agg = [
match,
lookup,
project,
project2,
];
働いた! --ありがとうございます