> ## Documentation Index
> Fetch the complete documentation index at: https://docs.royaltyport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Categorized Recordings

> Main recordings with primary artist information

<Info>
  Categorized Fields are simplified views derived from [Structured Data](/projects/contracts/contract-details/structured-data/catalog). For full detail including ISRCs, release dates, and linked compositions, see the [Catalog](/projects/contracts/contract-details/structured-data/catalog) structured data page.
</Info>

## Overview

Categorized Recordings extract the main recordings linked to a contract with their primary artist credits. This provides a clean list of tracks for exports and filtering.

## What Gets Categorized

Each categorized recording includes:

| Field       | Description                |
| ----------- | -------------------------- |
| **Name**    | The recording/track title  |
| **Artists** | Array of main artist names |

### Artist Selection

Only primary artist credits are included:

| Included         | Excluded          |
| ---------------- | ----------------- |
| Main artist      | Producers         |
| Featured artists | Engineers         |
| Remix artists    | Session musicians |
|                  | Songwriters       |

## Example

A contract covering an album with:

* 10 tracks by Artist A
* 2 tracks featuring Artist B
* 1 remix by DJ X

Would be categorized as:

| Name                  | Artists            |
| --------------------- | ------------------ |
| Track 1               | Artist A           |
| Track 2               | Artist A           |
| ...                   | ...                |
| Track 8 (feat. B)     | Artist A, Artist B |
| Track 9 (feat. B)     | Artist A, Artist B |
| Track 10 (DJ X Remix) | Artist A, DJ X     |

<Note>
  Full recording metadata including ISRCs, release dates, and Spotify links are available in the [Catalog](/projects/contracts/contract-details/structured-data/catalog) structured data.
</Note>

## Use Cases

* **Quick reference** of what recordings are covered
* **Export track lists** with artist credits
* **Filter contracts** by recording name or artist
* **Verify catalog coverage** across contracts
