my c# DTO object has this property: ```c# public byte[]? ImageData { get; set; } ``` and a request with the (screenshot) imageData isn't passing controller method validation