```js objql({ foo: [1,2,3] }, { foo: String // currently you need to `foo: [String]` }) // => { foo: ['1', '2', '3'] } ```