namespace Bit.Admin.Models; public class CursorPagedModel { public List Items { get; set; } public int Count { get; set; } public string Cursor { get; set; } public string NextCursor { get; set; } }