SwiftUI List with two sections - Need to enable selections for only one section

SwiftUI List(selection: $selections) - How can I enable selections for only particular sections and delete/move for the other sections.

There are modifiers for disabling Move and Delete for sections but not Selections which seem to be enabled for all sections when a list with List(selection: ) is used.

Any pointers will be deeply appreciated.
SwiftUI List with two sections - Need to enable selections for only one section
 
 
Q