| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique identifier for this file. | [default to null] |
| resource | String | Resource type name, always "file". | [default to null] |
| filename | String | Original filename of the uploaded file. | [default to null] |
| size | Integer | File size in bytes. | [default to null] |
| mime_type | String | MIME type of the uploaded file (e.g. "application/pdf"). | [default to null] |
| created_at | Date | Timestamp when the file was uploaded. | [default to null] |
| updated_at | Date | Timestamp when the file record was last updated. | [default to null] |