public function getVersionCount() { $filesystem = App::getFilesystem(); $out = $filesystem->getFilesystem('storage')->listContents($this->getHashedPath()); return count($out); }