Stats
public struct Stats : Codable, Hashable
Undocumented
-
Users registered on this instance. Number.
Declaration
Swift
public var userCount: Int? -
Posts authored by users on instance. Number.
Declaration
Swift
public var postCount: Int? -
Domains federated with this instance. Number.
Declaration
Swift
public var domainCount: Int?
Stats Structure Reference