OBJECT
Image class
type Image {# Auto-incrementing integer unique to the image table. Generated automatically on # createid: Int # The name of the imagetitle: String # The source of the imagesource: String # The width of the imagewidth: String # The height of the imageheight: String }