here's my document:
{
"_id": {
"$oid": "5eb5f0a9d985888edb0523b0"
},
"subs": [{
"name": "list1",
"count": "0"
}, {
"name": "list2",
"count": "0"
}, {
"name": "list3",
"count": "0"
}, {
"name": "list4",
"count": "0"
}]
}
I'm using mongojs currently. I'd like to be able to for instance, find "list2" and increment the count associated with it. I have tried all day and can't seem to figure it out.
any help or direction would be greatly appreciated!