... | ... | @@ -41,12 +41,11 @@ Por ser um banco de dados documental, as informações são persistidas em cole |
|
|
city (string)
|
|
|
state (string)
|
|
|
}]
|
|
|
Perfil(object array)[{
|
|
|
Id (string)
|
|
|
Descricao (string)
|
|
|
Seguidores (int)
|
|
|
Seguindo (int)
|
|
|
UrlFoto (string)
|
|
|
Profile(object array)[{
|
|
|
description (string)
|
|
|
followers (number)
|
|
|
following (number)
|
|
|
pictureURL(string)
|
|
|
}]
|
|
|
}
|
|
|
```
|
... | ... | |