k__BackingField appearing when serializing models in ASP.NET WebAPI

WebAPI will add these if there is attribute [Serializable] added to the model.

Removing the attribute will solve this problem.