id | String? | Unique identifier of the attachment | ✔️ |
name | String? | Name of the attachment | ✔️ |
url | String? | URL of the attachment file | ✔️ |
type | String? | Type of the attachment (e.g., image, video) | ✔️ |
index | Int? | Index of the attachment in a collection | ✔️ |
width | Int? | Width of the attachment (if applicable) | ✔️ |
height | Int? | Height of the attachment (if applicable) | ✔️ |
awsFolderPath | String? | AWS folder path where the attachment is stored | ✔️ |
localFilePath | String? | Local file path of the attachment | ✔️ |
thumbnailUrl | String? | URL of the attachment thumbnail | ✔️ |
thumbnailAWSFolderPath | String? | AWS folder path for the thumbnail | ✔️ |
thumbnailLocalFilePath | String? | Local file path of the thumbnail | ✔️ |
meta | AttachmentMeta? | Metadata related to the attachment | ✔️ |
createdAt | Int? | Timestamp when the attachment was created | ✔️ |
updatedAt | Int? | Timestamp when the attachment was last updated | ✔️ |