protected function getArrayableItems($items) : array
    {
        if ($items instanceof self) {
            return $items->copy();
        }