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