fragment GalleryData on Gallery { id created_at updated_at title code date urls details photographer rating100 organized paths { cover preview } files { ...GalleryFileData } folder { ...FolderData } chapters { ...GalleryChapterData } studio { ...SlimStudioData } tags { ...SlimTagData } performers { ...PerformerData } scenes { ...SlimSceneData } } fragment SelectGalleryData on Gallery { id title date code studio { name } cover { paths { thumbnail } } paths { preview } files { path } folder { path } }