$sortbycount is not working
const event = await Event.aggregate([{ $sortByCount: "$eventJoin" }]);
this error occur -> Unrecognized pipeline stage name: '$sortByCount'
const event = await Event.aggregate([{ $sortByCount: "$eventJoin" }]);
this error occur -> Unrecognized pipeline stage name: '$sortByCount'