{People:"1","Location":"US","Name":[{"first":"Tom","last":"Brady"},
{"first":"Jack","last":"Sparrow"},{"first":"Haha","last":"OhOh"}]}
I have some data in MongoDB, the data structure is like this, how Can I search "Tom" and only return
{People:"1","Location":"US","Name":[{"first":"Tom","last":"Brady"}]}