Ability to diferenciate between Item-Filters and Subitem-Filters using monday.get()

In my app I listen to changes to the filter of the board:
monday.listen(‘filter’, res => {
console.log(res);
});

My board has a column with the ID “status” and subitems that also have a column with the ID “status.” When I set a filter for the “status” column, it appears identical to when I set a filter for the subitems’ “status” column.

image (9)

Thank you for this request @johannesgeyer !