---
title: View
framework: applemusicapi
role: symbol
role_heading: Object
path: applemusicapi/view
---

# View

A to-one or to-many relationship view from one resource object to others representing interesting associations.

## Declaration

```data
object View
```

## Properties

href: A URL subpath that fetches the view resources and attributes as the primary objects. This member is only present in responses. next: Link to the next page of resources in the view. Contains the offset query parameter that specifies the next page. See Fetch Resources by Page. attributes: Attributes specific to the view. data: One or more destination objects. meta: Contextual information about the view for the request or response.

## Topics

### Related Objects

- [View.Attributes](applemusicapi/view/attributes-data.dictionary.md)
- [View.Meta](applemusicapi/view/meta-data.dictionary.md)
