List - daneden/Twift GitHub Wiki
The list object contains Twitter Lists metadata describing the referenced List. The List object is the primary object returned in the List lookup endpoint.
public struct List: Codable, Identifiable Codable, Expandable, Fielded, Identifiable
public typealias ID = StringAdditional fields that can be requested on the List object
public typealias Field = PartialKeyPath<Self>The unique identifier of this List.
public let id: IDThe name of the List, as defined when creating the List.
public let name: StringThe UTC datetime that the List was created on Twitter.
public let createdAt: Date?A brief description to let users know about the List.
public let description: String?Shows how many users follow this List
public let followerCount: Int?Shows how many members are part of this List.
public let memberCount: Int?Indicates if the List is private.
public let `private`: Bool?Unique identifier of this List's owner.
public let ownerId: User.ID?