I am using getstream nodejs package.
I've got an aggregated notifications feed and it properly fetches aggregated activities with feed.get()
The problem is that when subscribing via feed.subscribe() I only get the activity, not the agreaggated info with the seen & unseen counts as described here https://kuus.github.io/getstream/docs/index.html#realtime
Is there some parameter I'm missing?