- Added an `events` connection (with `eventsCount` and `event` fields) to Article, Blog, Collection, Comments, Pages, ProductVariants, and Products for querying related events.
- Changed `CommentEvent.subject` to be nullable; it now returns null when the referenced subject has been deleted.
- Deprecated `deletionEvents`; deletions are now returned as regular `Event` objects.