Hi everyone and thanks for your help in anticipation.

I am building an app to display properties and after 6 weeks of developing i realised I have big problems with my database since i started to make it on the go. (I know, Rookie mistake)

Now i am working on restructuring the database but i don’t seem to find a way to figure this out. So here is the issue:

I need the app to display the property pictures within rooms. Also i want the ability to reorder the pictures. Therefore the structure looks something like this…

Property {
Property Room{
Property Picture{
Image, Order
}}}

The issue is that when i check the editor and i only want to display the first 5 pictures or even just the first room, by setting a page or a group to a property type bubble downloads the whole property object with all the rooms and all the pictures.

How can i make sure bubble does not display an object within another object?

1 Like