class SerializableFileInfo < JSONAPI::Serializable::Resource type 'file_info' attributes :filename, :content_type, :byte_size end