Webhook Workspace Project Changes error in Field

Hello,

When you register an Webhook as follow:

{
“data”: {
“filters”: [
{
“resource_type”: “project”,
“action”: “added”
},
{
“resource_type”: “project”,
“action”: “removed”
},
{
“resource_type”: “project”,
“action”: “changed”
},
{
“resource_type”: “project”,
“action”: “deleted”
},
{
“resource_type”: “project”,
“action”: “undeleted”
}
],
“resource”: “**", → Workspace gid
“target”: "

}
}

When you make a change in Asana in Project Members for that Workspace, You receive the webHook response but the field is followers instead members

Also not exists notification when you Follow / UnFollow a Project in that Workspace, it means, you only receive the callback when you modified the Member and never when you modify the like/dislike

Thanks a lot,
Regards