complete-intro-to-databases
complete-intro-to-databases copied to clipboard
The mongodb exercise is returning the _id field
According to Brian, the following line
https://github.com/btholt/db-samples/blob/c8936d2b1caf4a88982ce03ba37477c2376e5aab/mongodb/server.js#L26
is used to remove the _id
field from the query response, but the query is returning the _id
field.