namespace ScrapperAPI.Dtos; public sealed record ContentRow( int Id, int QueueId, string Content, DateTime CreatedDate );