PageMeta
Schema: PageMeta
OpenAPI Specification
yaml
openapi: 3.0.1
info:
title: ''
description: ''
version: 1.0.0
paths: {}
components:
schemas:
PageMeta:
type: object
properties:
total:
type: integer
format: int64
description: Total records
page:
type: integer
description: Current page
pageSize:
type: integer
description: Page size
totalPages:
type: integer
description: Total pages
hasMore:
type: boolean
description: Whether another page exists
x-apifox-orders:
- total
- page
- pageSize
- totalPages
- hasMore
x-apifox-folder: ''
securitySchemes: {}
servers: []
security: []