OBJECT
A file object represents a file stored in the system.
1type File {23# Name of the file.4name: String 56# File extension.7extension: String 89# Size of the file in bytes.10size: Int 1112# Date and time when the file was created.13createdAt: DateTime 1415# URL for the document preview, if available.16documentPreviewUrl: String 1718}