SectionSpec

fun SectionSpec(    identifier: IdentifierSpec,     field: SectionFieldSpec,     title: Int? = null)
fun SectionSpec(    api_path: IdentifierSpec,     fields: List<SectionFieldSpec>,     @StringRes title: Int? = null)