What does it mean to have a _id:0 within our query statement?
A.
Tell MongoDB not to return a document id.
B.
Grab the first object in the results.
C.
Does not have an effect, simple convention left for compatibility issues.
D.
Grab as many objects as possible.