How does the API call to database in general work in Adalo?
Is it download call at will? or cache certain data and show / use in the App?
We have a parent collection and a child collection. Every time we go to the page where we show all the child collection data as a list, a backend API call is made and all data is retrieved for display.
Does Adalo cache those data and show accordingly OR does it go to the DB for every request?