Have you considered simply creating a new array from the existing value on the relay, appending, then calling accept?
myFilter.accept(myFilter.value + [newModel])
Have you considered simply creating a new array from the existing value on the relay, appending, then calling accept?
myFilter.accept(myFilter.value + [newModel])