namespace FitConnect.Models;

public record Attachment(string Id, byte[] Content, string Hash, string Filename);