public function max(string $key = null, float $limit = null)
        {
            $result = $this->columnAction('max', $key ?? '');

            if($limit !== null)