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