marc · 147w Whats the reasoning behind this? Isn‘t there a danger of these event list objects becoming too big? Most of the time users probably want to look up their most recent bookmarks, so there is no need o... nostrich 1683386917 The main reason you do it this way is so you can replace the list with a new one when you add or remove stuff (via the replaceable list spec). If you have them as separate events they aren’t as easy to remove. 1