I have defined a model where a User can have many UserTasks.
User.hasMany(UserTask, {as: \'tasks\', foreignKey: \'userid\'})
Now I need to get so