public function shift($count = 1)
    {
        if ($count === 1) {
            return array_shift($this->items);
        }