# Backlog

## Extends

- `Backlog`

### payload

```ts
payload: Backlog;
```

The underlying payload data for this resource

#### Inherited from

```ts
Bkper.Backlog.payload
```

### getCount()

```ts
getCount(): number;
```

#### Returns

`number`

The count of this Backlog

#### Inherited from

```ts
Bkper.Backlog.getCount
```

***

### json()

```ts
json(): Backlog;
```

Gets an immutable copy of the JSON payload for this resource.

#### Returns

`Backlog`

An immutable copy of the json payload

#### Inherited from

```ts
Bkper.Backlog.json
```
