Query nested documents mongodb with python pymongo

Hi @harris,

I recommend moving match stages to first place to utilize filtering and indexes otherwise each document will need to be unwinded which is not necessary…

I recommend testing a positional projection for an optimal solution.

Thanks
Pavel