files attributes are handled a bit differently. Because files can have multiple versions, and can be hard-linked in multiple places, they are not simply stored in a column.
To get file meta data, you need to call the instance function instance.files_get() with the corresponding attribute and record ID (eg. give me the files of record X, from files attribute Y).
This returns an array of the type instance.file_meta, which includes all file meta data for all files assigned to the chosen record. The call and the returned data is explained in the instance function context help:
