What is the select query equivalent in PyMongo/MongoDB native query?
The TLDR answer:
Coming from the SQL domain, you might stumble upon requirement of writing a
select <field_1>, <field_2> from xyz in Mongodb. It might be a little tempting
to not use select query, but try to avoid doing it, since it might be