In [[SwiftUI]], one of the most basic [[SwiftUI View Protocol|View]]-able elements is the `Form`, which provides a list of up to 10 elements. To provider more than 10, it is needed to use more than one `Group`. Groups are not visibly different in the app; to do so you need to use `Section`.