I have a model that I want to load one of its columns from a source other than the database behind EF Core for example MongoDb....The problem is that I can't figure how to override query execution in EF Core. For Saves it's OK because EF Core lets us to o...