Counts

public struct Counts : Decodable

The struct containing the number of followers, following and media of a user.

  • The number of media uploaded by the user.

    Declaration

    Swift

    public let media: Int
  • The number os users followed by the user.

    Declaration

    Swift

    public let follows: Int
  • The number of followers of the user.

    Declaration

    Swift

    public let followedBy: Int