WindowGroup {
   ContentView()
      .environment(appData)
      .modelContainer(for: [Book.self, Author.self])
}