function getItemsBySelector($selector)
 {
     return Arr::getBySelector($this->data, $selector);
 }