using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace CoviDok.data
{
    //Store Image ID, get actual content from MinIO backend. 
    public class Image
    {
        public string Id { get; set; }
        
    }
}