id | string | Unique file identifier (UUID). |
projectId | string | The project this file belongs to. |
userId | string | null | The user this file is associated with (for avatars/banners). |
entityId | string | null | The entity this file is attached to. |
commentId | string | null | The comment this file is attached to. |
chatMessageId | string | null | The chat message this file is attached to. |
spaceId | string | null | The space this file is associated with. |
type | "image" | "video" | "document" | "other" | The file category. |
originalPath | string | Proxied URL to the original uploaded file. |
originalSize | number | Size of the original file in bytes. |
originalMimeType | string | MIME type of the original file (e.g. "image/jpeg"). |
position | number | Display order when multiple files are attached to the same record. |
metadata | Record<string, any> | Custom key-value data for this file. |
image | FileImage | Present only when type is "image". Contains processed image variants. |
createdAt | Date | When the file was uploaded. |
updatedAt | Date | When the file record was last updated. |