namespace ScrapperAPI.Records; public sealed record CompressedContent( int Id, int QueueId, string ContentEncoding, byte[] ContentBytes, int? OriginalLength, int? CompressedLength, DateTime CreatedDate );