package main type Bucket struct { Name string DisplayName string Documents []string }