When you publish an OData service from Mendix, it does not include the MaxLength property, so a consuming party does not know the length of a field. However, this can be very important to know.
The OData standard defines a MaxLength property (see documentation), but Mendix has not implemented that.
So please include the MaxLength property in published OData services.