Do real-time subscriptions also work on sorted, filtered lists?<p>E.g. If a new item is added to the list, will it appear in the list in real-time?
Also, if an item's property is changed so that its position in the list changes, will this update the list in real-time as well?<p>If so, how does it prevent over-fetching?