Mongodb Collection vs View in Meteor.js

Hey, everybody,

I was wondering if it’s possible to query Mongo View in Meteor.

Im using:

const DashboardAssignedTasks = new Mongo.Collection(‘DashboardAssignedTasks’);
Where DashboardAssignedTasks = Mongo view.

The data from the View is loaded but not reactive.

Is there any limitation that Meteor vs MongoDB View is not reactive ?
Thank you for the answer…