Assume an object as follows:
vendas = {
obs1:{
Venda1:{Regiao:"Norte", Valor: 200},
Venda2:{Regiao:"Sul", Valor:100}
},
obs2:{
Venda1:{Regiao:"Norte", Valor: 50},
Venda2:{Regiao:"Sul", Valor:20}
}
}
What are the ways of knowing the "size" of the object, that is, how many "other objects" are inside it?