package agecemorg

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