['', 'DISTINCT', 'ALL'], 'expr' => 1, 'must_be' => ['SqlField', 'SqlWild'], 'cant_be' => [], ], ]; /** * Reformat result as array if using default separator * * @see \Civi\Api4\Utils\FormattingUtil::formatOutputValues * @param string $value * @return string|array */ public function formatOutputValue($value) { return (int) $value; } /** * @return string */ public static function getTitle(): string { return ts('Count'); } }