/// Types are gone from OpenSearch, this class solely exist to help you move your complex mappings over
/// to the new way of writing the mappings. Use TypeMapping directly instead.
///
/// This class won't receive updates, please be advised to move over if you need to utilize
/// new features in the future.
///
///
[Obsolete("Mappings are no longer type dependent, please use TypeMapping directly")]
public class Mappings : ObsoleteMappingsBase, ITypeMapping, IEnumerable