I'm slowly turning crazy, what's the easiest way to transform a schema such for example Schema.struct({ id: Schema.string, name: Schema.string }) to a schema that keeps the same I, but trasforms { id: string, name: string } to { [PrimaryKey]: () => this.id, name: string, [OtherStuff]: fixedValue } ?