action jumpseller_get_pages_count_json { label: "Count all Pages." provider: jumpseller method: GET path: "/pages/count.json" encoding: json output: { properties: { count: { type: "integer" format: "int32" } } } }