This will be useful for our subscription manager Example: subA: `{"authors": ["a"], "since": 100}` subB: `{"authors": ["b"], "since": 200}` Should optimize to: subAB: `{"authors": ["a", "b"], "since": 100}`