{
"_id" : "55dcb404478e7227203d3a65",
"Nome" : "Grupo Familia",
"Pessoas" : [
{
"PessoaId" : "55dcb425478e72207833e970",
"Nome" : "Carlos",
"Habilidades" : [
{
"HabilidadeId" : "55dcb433478e7229b0e3ee07",
"Nome": "Pular",
"Macetes": [
{"Descricao" : "Usar um tênis macio"},
{"Descricao" : "Se alongar"}
]
},
{
"HabilidadeId" : "55dcb425478e72207833e961",
"Nome" : "Correr"
}
],
}
],
}
I have this collection in the mongo and to with the following doubt: How do I add a new mallet in the "run" ability?