export interface EntitiesQueryResponsePageInfo { /** * The cursor for the next batch of entities. */ nextCursor?: string; /** * The cursor for the previous batch of entities. */ prevCursor?: string; }