I have the following code:
const data = await Row.find({ type: \'some_type\' }).populate(\'tasks\');
This basically finds all the Row
Row