Has anyone had any luck using the @FetchRequest modifier to set up a set of @FetchedResults using SwiftUI and Core Data and then dynamically modifying those results during runtime by changing the predicate and/or sort descriptors? Is there any way to do this using an elegent approach like the @FetchRequest combine pipeline? Thanks!