Jquery – How to select one item of array in Mongodb?
The data model is something like this: "_id":... "special_offers": [ 0 => Object, 1 => Object, ...] I just need to get 0 => Object, I mean, the first item of the special_offers array. Here is what I've tried: But…