I have records like these:
{
  "_id": {
    "$oid": "60a50118a9aa9deb2cbbbd0b"
  },
  "userId": "id10",
  "crmId": "HG3F5BG89"
}
How can I select specified field? For example I want to select records by userId = "id10" and then return only crmId field value?
Operation: findOne
 
    