Implement 'not equal' 'not in' filters ``` const users = await many({ where: { id: { ne: notequaltothisId } } }) ```