Relationships
public struct Relationships : Codable
A root object that stores information about cast relationships, such as the people, and characters that belong to it.
-
The people belonging to the cast.
Declaration
Swift
public let people: PersonResponse?
-
The characters belonging to the cast.
Declaration
Swift
public let characters: CharacterResponse