List_Includes - daneden/Twift GitHub Wiki

List.Includes

Expanded objects included alongside the List

public struct Includes: Codable 

Inheritance

Codable

Properties

users

The users expanded with this List. Since List.Expansions contains only ownerId, this will contain the expanded owner User object.

public let users: [User]?