# FileList

## Extends

- `FileList`

### cursor?

```ts
optional cursor: string;
```

The cursor, for pagination

#### Inherited from

```ts
bkper.FileList.cursor
```

***

### items?

```ts
optional items: File[];
```

List items

#### Inherited from

```ts
bkper.FileList.items
```
