Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
materialize-mongodb: remove _id property from loaded docs
Removes the `_id` property before returning loaded documents. This is to prevent that property from causing schema validation errors for collections that use a top level `reduce: { strategy: merge }`.
- Loading branch information