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