File Data
Represents a file stored on Effis.
| Field | Type | Description | 
|---|---|---|
| id | Number | The file’s ID. | 
| name | String | The file’s name. | 
| bucket | String | The bucket the file is stored in. | 
| metadata | FileMetadata | The File Metadata of the file. | 
Example
{
  "id": 2195354353667,
  "name": "das_ding.png",
  "bucket": "attachments",
  "metadata": {
    "type": "IMAGE",
    "width": 1600,
    "height": 1600
  }
}