Add a lookup stage to the aggregation pipeline
($lookup: Document)
| 215 | |
| 216 | /** Add a lookup stage to the aggregation pipeline */ |
| 217 | lookup($lookup: Document): this { |
| 218 | return this.addStage({ $lookup }); |
| 219 | } |
| 220 | |
| 221 | /** Add a redact stage to the aggregation pipeline */ |
| 222 | redact($redact: Document): this { |
no test coverage detected