namespace OF_DL.Models.Entities.Highlights; public class Highlights { public List List { get; set; } = []; public bool HasMore { get; set; } }