I'm trying to build a report on Node Added and Node Removed, but the Node Removed always comes up empty. Is this a bug or by-design?
If by design then what's the reasoning behind it not being available in the schema? Is there a workaround to get this information?
This works:
(Events_EventTypes.Name = 'node added')
This does not:
(Events_EventTypes.Name = 'node removed')