pub type Collection = common.Collection
pub type Config = common.Config
pub type Page = common.Page
pub fn build( config: Config, collections: List(Collection), ) -> Result(Nil, Snag)