> For the complete documentation index, see [llms.txt](https://knowledgebase.fabricdata.com/studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.fabricdata.com/studio/core-concepts/record-worktype.md).

# Record Worktype

Work Types are the supported “shapes” of Records in Origin Studio.

They control the UI layout, available fields, and allowed relationships.

{% embed url="<https://youtu.be/ugbTK-_puKU?si=l3yftYnhi767Rn-l>" %}

### Supported Work Types

* **Series**: multi-episode programs sharing a common concept.
* **Season**: a grouping of Episodes within a Series.
* **Episode**: an individual installment of a Series.
* **Movie**: a standalone narrative work.
* **Compilation**: a container of multiple works.
* **MovieEdit:** a specific version or edit of a Movie (e.g. Director's Cut, Extended).
* **EpisodeEdit:** a specific version or edit of an Episode (e.g. Restored, Censored).

### Relationship rules

Series:

* Parent to one or more Seasons.
* Related to one or more Compilations.

Season:

* Child to at most one Series.
* Parent to one or more Episodes.
* Related to one or more Compilations.

Episode:

* Child to at most one Season.
* Related to one or more Compilations.

Movie:

* Related to one or more Compilations.

MovieEdit:

* Child to exactly one Movie.
* Cannot have relationships beyond its parent.

EpisodeEdit:

* Child to exactly one Episode.
* Cannot have relationships beyond its parent.

Compilation:

* Contains one or more Records of any Work Type.
* Can also contain other Compilations.

See [Relationships & Hierarchies](/studio/core-concepts/relationships-and-hierarchies.md).
