Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect id fields in empty nested results with MongoDB
`id` was returned instead of `_id` because of the wrong method being called. This bug was previously masked by serialization logic silently filtering out unknown fields before `.zip()`, making the rest of the fields mismatch the corresponding values, which wasn't a problem in this case because there are no values in an empty result.
- Loading branch information