CouchDBClientMangoCreateIndexResponseStructureMangoCreateIndexResponseA struct representing the response from CouchDB when creating a Mango index.struct MangoCreateIndexResponseTopicsInitializersinit(from: any Decoder) throwsInstance Propertieslet id: String?The design document where the index is stored.let name: String?The name of the index.let result: StringIndicates whether the operation was successful.