PerformerHeaderData

public struct PerformerHeaderData : Content

Returns info about a single Performer. This header information is similar to the UserHeader structure, containing just enough info to build a title card for a performer.

This structure is also used to break the recusion cycle where a PerformerData contains a list of Events, and the Events contain lists of the Performers that will be there. In this case, the Event has an array of PerformerHeaderData instead of PerformerData.

Incorporated into PerformerData Incorporated into EventData