The Document Object
| Attribute | Type | Description | 
|---|---|---|
| id | String | The unique ID of the document | 
| creator_id | String | The unique ID of the entity that created the document | 
| creator_type | String | The type of the entity that created the document | 
| company_id | String | The unique ID of the company that owns the document | 
| project_id | String | The unique ID of the project the document is attached to | 
| name | String | the filename of the document | 
| url | String | The URL where the document can be downloaded/viewed from | 
| content_type | String | The content type of the document. (ex: application/pdf) | 
| byte_size | Integer | The size of the document in bytes. | 
| created_at | Integer | The timestamp when the document was created | 
| updated_at | Integer | The timestamp when the document was last updated | 
