Currently, we generate builders for most types via bon. The generated builder types clutter the module documentation; see this example, where half of the types in the module's list of structs are builders.
I want to figure out a way to hide the builders from the module listings. Ideally, they would still be searchable and/or clickable via the types of the structs' builder method.