How to show only one of the multiple documents in mongoDB?
I'm trying to join or call only one document from multiple documents that can be repeated, all this for a unique identifier, in this case code, which is a numerical value. [ { "_id": "6386b0e114fe6aee844af06e", "transfer": { "code": 2, "author":…