$project: {
_id: 1,
totalQuestClearCount: {
$reduce: {
input: { $ifNull: ["$quests", []] },
initia…
↧