namespace InkForge.Data; public class Blob { public string Id { get; set; } = default!; public byte[] Content { get; set; } = default!; }