foreach ($root->getDescendants() as $descendant) {
            $folderController = new FolderController($descendant->id);
            $folderAndPhotoOG = array($folderController);
            $photoOpenGraphs = array();
            $descendant->sort = 'rand';