Contents:
from pydantic import BaseModel [docs]class SnapshotResponse(BaseModel): snapshotId: int timestamp: int