Return value validation question?
How may i define the return value, as the doc. I have a
myValidator exported from a validators.ts file that i can use like returns: v.array(videoValidator)But that ends up erroring, since what im returning is the result of a
.collect() so basically what ends up coming through is system fields aswell.I don't see anything regarding validating returned objects containing system fields in the docs.
