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

***

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

# Interface: Album

## Properties

### artwork?

> `optional` **artwork**: `string`

#### Defined in

Interfaces/Album.ts:12

***

### colors?

> `optional` **colors**: `AlbumColors`

#### Defined in

Interfaces/Album.ts:13

***

### copyright?

> `optional` **copyright**: `AlbumCopyRight`[]

#### Defined in

Interfaces/Album.ts:9

***

### date?

> `optional` **date**: `string`

#### Defined in

Interfaces/Album.ts:10

***

### disc?

> `optional` **disc**: [`AlbumDisc`](AlbumDisc.md)[]

#### Defined in

Interfaces/Album.ts:14

***

### id?

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

#### Defined in

Interfaces/Album.ts:11

***

### items?

> `optional` **items**: [`AlbumItems`](AlbumItems.md)[]

#### Defined in

Interfaces/Album.ts:16

***

### label?

> `optional` **label**: `string`

#### Defined in

Interfaces/Album.ts:7

***

### more?

> `optional` **more**: [`AlbumMoreByArtist`](AlbumMoreByArtist.md)[]

#### Defined in

Interfaces/Album.ts:15

***

### title?

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

#### Defined in

Interfaces/Album.ts:8

***

### type?

> `optional` **type**: `string`

#### Defined in

Interfaces/Album.ts:6
