namespace OF_DL.Models.Entities.Common; public class Preview { public string? Url { get; set; } }