MDAggregatedVolume

public struct MDAggregatedVolume : Decodable

Structure representing a volume and its chapters returned by MangaDex

  • This volume’s number

    Declaration

    Swift

    public let volume: String
  • The number of aggregated chapters for this volume

    Declaration

    Swift

    public let count: Int
  • The list of aggregated chapters for this volume

    Declaration

    Swift

    public let chapters: [String : MDAggregatedChapter]