I've been struggling for about a week trying to accomplish a simple task with MongoDB.
Here is the document I'm working with: { _id: "mkikuQzrYdyQjL7Ry", links:[ 1: "link1" 2: "link2" 3: "link3" 4: "link4" ] }
Is there a way to retrieve all the items from the "links" array in a single request to MongoDB?