I have following code in my SwiftUI ContentView
struct ContentView: View { @State private var search = "" @State private var selectedBookID: Int64?