type PagedFolderList {# The id of the next page matching the query.# This will not be specified if there is no next page.nextOffset: String # Up to `pageSize` folder matching the given query.results: [Folder!] # The total number of folders in the folder.totalResults: Int }