MongoDB .NET Driver – How to search the document(s) with fulfilling in the nested documents of an array
{ "isbn": "123-456-222", "author": { "_id": 1, "lastname": "Doe", "firstname": "Jane" }, "editor": [ { "_id": 1, "lastname": "Smith", "firstname": "Jane" }, { "_id": 2, "lastname": "Lopez", "firstname": "Jennifer" } ], "title": "The Ultimate Database Study Guide", "category": [ "Non-Fiction",…