SwiftDocCRelationshipsRenderSectionStructureRelationshipsRenderSectionA section that contains a list of symbol relationships of the same kind.struct RelationshipsRenderSectionTopicsInitializersinit(from: any Decoder) throwsinit(type: String, title: String, identifiers: [String])Creates a new relationships section.Instance Propertieslet identifiers: [String]A list of references to the symbols that are related to the symbol.let kind: RenderSectionKindlet title: StringA title for the section.let type: StringThe type of relationship, e.g., “Conforms To”.