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

            if($limit !== null)