We are making the fields of `StructType` private as part of https://github.com/delta-io/delta-kernel-rs/pull/1266 in order to prevent bypassing the proper constructors. We should follow up on this and - make the fields of other data types private as well - replace them with accessor method as needed