Files

2 lines
78 B
C#

public record CursorPage<T>(List<T> Items, string? NextCursor, bool HasMore);