New data set
db.scores.find()
{
"_id": ObjectId("5988c63dd474ca272db3fb2e"),
"name": "foo",
"scores": [
2,
4,
6
]
}
{
"_id": ObjectId("5988c676d474ca272db3fb2f"),
"name": "bar",
"scores": [
9,
5,
3,
1
]
}
Fetched 2 record(s) in 21ms