INTERFACE
interface RecordDoc {# The filename of the doc.name: String # The content type of the doccontentType: String # A URL to download the document.url: URL # The doc's size in bytes.size: Int }