Stat
public struct Stat : Codable
Statistics about the article
-
Number of readers.
Declaration
Swift
public let view: Int
-
Number of readers who favorited this.
Declaration
Swift
public let favorite: Int
-
Number of readers who liked this.
Declaration
Swift
public let like: Int
-
Number of readers who dislikes this.
Declaration
Swift
public let dislike: Int
-
Number of comments.
Declaration
Swift
public let reply: Int
-
Number of times shared.
Declaration
Swift
public let share: Int
-
Number of coins received.
Declaration
Swift
public let coin: Int
-
Number of dynamics that referenced this.
Declaration
Swift
public let dynamic: Int