Image public class Image Image entity used in images extension Documentation public string _id { get; set; } public byte[] content { get; set; } public string contentType { get; set; } public DateTime? creationDate { get; set; } public DateTime? modificationDate { get; set; } public string name { get; set; } public string shortid { get; set; } public Image()