import Foundation final class Item { var id: String? var title: String? var selected: Bool = false }