I have this structure:
[Collection] users
[Document] id
[Object] profile
[Field] photo: String
[Field] name: string
[Object] user
[Field] lastname: String
[Field] name: string
Edit: Database structure image
Now i just wanna get the 'photo' field. How?