Add a redact stage to the aggregation pipeline
($redact: Document)
| 220 | |
| 221 | /** Add a redact stage to the aggregation pipeline */ |
| 222 | redact($redact: Document): this { |
| 223 | return this.addStage({ $redact }); |
| 224 | } |
| 225 | |
| 226 | /** Add a skip stage to the aggregation pipeline */ |
| 227 | skip($skip: number): this { |
no test coverage detected