Array of `file` type attachments to be shown in the grouped UI component.

```tsx
const files = message.attachments.filter(a => a.type === 'file')
```

| Type |
| - |
| array |
