All Objects
Asset
INCOMPLETE, when adding an IconAttachment, an asset is automatically created (this functionality is exposed) but any other CRUD operation associated with it isn't implemented
the filename of the asset, this is generally a string representation of the _id followed by the filtype. i.e. "abcdef123456789.png"
The media type of the asset, indicating the format of the file. Common MIME types include 'image/jpeg' for JPEG
Associated orgId (this links to a corresponding Org object)
the original filename of the asset at point of upload
Associated teamId (this links to a corresponding Team object)
The date and time at which the asset was uploaded.