I'm just wondering if there's any way I can easily trim down the entities in my metadata response from the Breeze Controller in my project. Simple being something like the JsonIgnore attribute that can be added to an entities metadata to exclude specific properties (or the data related to them at least).
I'm not too concerned about it, but I like my code to be efficient and I could potentially remove 50% of my entities from the client facing metadata store as I have plenty entities specific to business logic that has no place in the client side app and I guess for the most part I'd prefer not to be broadcasting a map of my entire database schema to the entire world.