Files Object
Relationships
Schema relationships
graph LR
Files -->|"page_id"| Pages
Files -->|"uploaded_by"| Users
Properties
content_typestring
The content type of the file
created_atstring · date-time
The time when the file was created
file_namestring
The file's name.
file_urlstring
The URL to download the file
idstring
The unique identifier for the file
remote_dataRecord<string, any>
Raw data returned from the remote API call.
sizenumber
The file size in bytes
updated_atstring · date-time
The time when the file was updated