Suppose you have a collection called people
containing documents that resemble the following:
{
name : "Kay",
favoriteFoods : ["mango", "salmon", "quinoa"]
}
In the mongo shell, how would you query for all people listing "mango" as a favorite food?