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