Result

Definition

type Result {
  totalCount: Int
}

Fields

totalCount

Int

Example

Result.json
{
  "totalCount": 12345
}