Link

public struct Link : Codable, Equatable

Links with popularity

  • url

    Link url

    Declaration

    Swift

    public let url: URL
  • Number of followers (if supported)

    Declaration

    Swift

    public let followers: Int?