As it's impossile to track the total number of tasks per project without either tracking the entire tasklist, or resyncing the project systematically.
With the project_id included, a model.delete.Task webhook could be used to track progress of projects.
As it's impossile to track the total number of tasks per project without either tracking the entire tasklist, or resyncing the project systematically.
With the
project_idincluded, amodel.delete.Taskwebhook could be used to track progress of projects.