typeListPagetype ListPage struct { Objects []Object NextCursor string }One stable page of object metadata.Source storage/storage.go:38Objects:[]ObjectThe Objects value.NextCursor:stringThe NextCursor value.NextCursor is empty only on the final page.