@jasonbahl I am trying to pass multiple values for the same key but cannot get any posts back ```graphql metaArray: [ { key: "some_key", value: ["some_value", "some_other_value"], compare: EXIST } ] ``` is something like this possible?