SwiftUI List View : Removing extra separators

In iOS 15, the SwiftUI List view adds extra separators to fill the empty space when there are not enough rows (please see attached). These happens on MacOS but does not occur when the same code is run on iPadOS.

I am using the new bindable List. I am seeing this on MacOS Monterey.

How do I remove the extra separators?

SwiftUI List View : Removing extra separators
 
 
Q