TemporalTable schema, and I want to add a computed field to the TemporalClient schema. The TemporalTable uses branded types. When I transform, I can add a field as expected in the decode function. From what i gather though, the encode so is going from the TemporalClient's input, which strips away the brands.unknown -> TemporalTable -> TemporalClient without introducing the additional step of unknown -> TemporalTable -> TemporalClientInput -> TemporalClient? Can I somehow make the input of TemporalClient be TemporalTable?