Using ODataConventionModelBuilder in the nightly build from 1/8. Calling builder.Entity<Person>().Ignore(p => p.SocialSecurityNumber).
Fetching the $metadata still shows the property, so OData clients generate proxies with the ignored properties.
Fetching the $metadata still shows the property, so OData clients generate proxies with the ignored properties.