"expand" a field on a document, that is array of ids?
My video table:
And i'm wondering how to best get the tasks, when i query a video that gets displayed in a detailed view in my app, where i then pass the tasks to a component that renders them in a list below the video.
What i'm doing right now:
The relation and setup i'm after here:
A video can have many tasks, but a task does not store a specific video id, like its doing right now. And when i then query a video i want to be able to 'expand' the tasks off the video and get their data and not only their ids
