Single Query to fetch a document along with its referenced object document in C# .Net Core

Hi,

I’ve used mongo db in nodejs application where I can query the documents and ask to populate the referenced object document also embedded in the parent document. I’m not finding a way to get it in .Net mongodb driver. is it possible to do this in .Net? I don’t want to send another query to fetch referenced object document from another collection. Can I get everything in one call?

Thanks and Regards
Keerthi