The generated payload types (generate:types script) assign the field it the following type: ` { [k: string]: unknown; }[]; ` Any idea why? Makes it kinda hard to use with Typescript.