Hi, i want to ask is it possible to load related objects in pages somehow.
For example i have Channel and Videos entities. Channel can have many Videos.
I want to retrieve all videos for the channel but if i do it in one request its too slow. I want to get some videos so there is something to show to the user while the others are retrieved. Also i need to fetch them in some sort order .