A colleague is trying to write a method that returns a subset of fields outlined in a T::Struct, and we're wondering if there is a Sorbet analog to Typescript's Pick, where only properties of an object that are explicitly mentioned in the type def are retained.