package db type Folder struct { ID uint Name string Sorting string Color string Packs []string Folders []Folder } type WorldFolder struct { ID string Name string Type string Folder string Sorting string Description string Color string Sort int Stats Stats // Flags any `json:"flags,omitempty"` }