I have a SwiftUI List, which has thousands of items. Each item is as such:
SwiftUI
class Item: Codable, Identifiable { var id = UUID() var prop1