satupeta-main/app/schemas/count_schema.py
2026-02-23 12:20:42 +07:00

10 lines
194 B
Python
Executable File

from app.schemas.base import BaseSchema
class CountSchema(BaseSchema):
mapset_count: int
organization_count: int
visitor_count: int
metadata_count: int
download_count: int