Licson Lee says to 電訊台
db.Messages.aggregate([{ $match: { to: "#-1001330240631@tg" } }, { $group: { _id: "$from", count: { $sum: 1 }}}, { $match: { count: { $lt: 100 }}}])