Definition
type Category = Agenda
| Article
| Artifact
| Audio
| Collection
| Document
| Event
| Image
| Location
| Media
| Meta
| News
| Person
| Text
| Video
| Website
| Custom String
Conversions
toString : Category -> String
fromString : String -> Category
Decode
fromJson : Json.Decode.Decoder (List.NonEmpty.NonEmpty Category)