_data = collect(); } public function count() { return $this->_data->count(); } public function jsonSerialize() { return $this->_data; } }