# 질의 API가 표현하지 않는 것 ## Alternative text 호출자가 keyset 질의 API 에 정렬 키를 주고 서명된 커서를 받으며 offset 과 total count 요청은 받아들여지지 않는 순서. ## Long description SSOT §5.1 은 KeysetPageRequest 에 offset 자체가 없다고 적는다. 정렬 키와 요청 size + 1, 서명된 nextCursor 로 다음 페이지를 만든다. ## Elements and evidence - **호출자** (service): No additional description. Evidence: L4081–L4094. - **keyset 질의 API** (service): No additional description. Evidence: L4081–L4094. - **저장소** (service): No additional description. Evidence: L4081–L4096. ## Relationships - **호출자 → keyset 질의 API:** 정렬 키 · size. Evidence: L4081–L4094. - **keyset 질의 API → 저장소:** 한 건 더 조회. Evidence: L4081–L4094. - **keyset 질의 API → 호출자:** 서명된 nextCursor. Evidence: L4081–L4094. - **호출자 → keyset 질의 API:** offset · total count 없음. Evidence: L4081–L4096.