Structure
MultipleArticlesResponse
public struct MultipleArticlesResponse: Codable
see https://github.com/gothinkster/realworld/blob/master/api/swagger.json
Relationships
Conforms To
Codable
Initializers
init(articles:articlesCount:)
public init(articles: [Article], articlesCount: Int)
Properties
articlesCount
public var articlesCount: Int