[**spotify-node-ts**](../README.md) • **Docs**

***

[spotify-node-ts](../README.md) / AlbumItems

# Interface: AlbumItems

## Properties

### artists?

> `optional` **artists**: [`AlbumArtists`](AlbumArtists.md)[]

#### Defined in

Interfaces/Album.ts:30

***

### disc?

> `optional` **disc**: `number`

#### Defined in

Interfaces/Album.ts:31

***

### duration?

> `optional` **duration**: `number`

#### Defined in

Interfaces/Album.ts:33

***

### id?

> `optional` **id**: `string`

#### Defined in

Interfaces/Album.ts:32

***

### title?

> `optional` **title**: `string`

#### Defined in

Interfaces/Album.ts:29

***

### trackNumber?

> `optional` **trackNumber**: `number`

#### Defined in

Interfaces/Album.ts:34
