public function only($keys)
    {
        if (is_null($keys)) {
            return new static($this->items);
        }