See: [$expr](https://docs.mongodb.com/manual/reference/operator/query/expr/index.html) Might be a good fit for `MongoExpression` from #3585 - `Criteria.expr(MongoExpression expression)` maybe? Origin: [SO#66320786](https://stackoverflow.com/questions/66320786/spring-data-mongodb-criteria-for-expr) Related: #2750