I have this code:
postSchema.pre(\'deleteMany\', async function (next: NextFunction) { try { console.log(this); return next(); // normal save } catch