pub type ViewStruct<'a> = Vec<(Option<&'a str>, View<'a>)>;
schema
pub struct ViewStruct<'a> { /* private fields */ }