SerenAI

Pay Per Call Agentic Commerce

LatencyMs

Properties

PropertyTypeRequiredDescription
first integer,null No
total integer,null No
View JSON Schema
{
  "type": "object",
  "properties": {
    "first": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    },
    "total": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    }
  }
}