Build a reactive publication with additional fields in each document
问题 I want to make a publication with several additional fields, but I don't want to either use Collection.aggregate and lose my publication updates when the collection change (so I can't just use self.added in it either). I plan to use Cursor.observeChanges in order to achieve that. I have two major constraints: I don't want to publish all the documents fields I want to use some of the unpublished fields to create new ones. For example, I have a field item where I store an array of item _id. I