public function first()
    {
        if ($this->isEmpty()) {
            return $this->makeItem(null);
        }