index ? rawurlencode($this->index) : null; if (isset($index)) { return "/_cat/count/$index"; } return "/_cat/count"; } public function getParamWhitelist(): array { return [ 'format', 'h', 'help', 's', 'v', 'pretty', 'human', 'error_trace', 'source', 'filter_path' ]; } public function getMethod(): string { return 'GET'; } }