Hey y'all, I've been working on getting the .contains and .containedBy filters to work with strings for awhile. Following the docs I'm able to use a reference array like [1, 5, 6] or even ["1", "4"] but when I try using one of the form ["a", "b"] I get "Error: invalid input syntax for type json". I've tried both json and jsonb types and neither works.