I'm coding a REST Api in .NET Core with NancyFX right now that retrieves data from a database using Entity Framework. The tables inside the database have various fields that equal the ones inside my model classes. However I don't want to expose all fields...