Construct a BaseModel class without validation.
This is useful for cases where you need to instantiate a BaseModel
from an API response as this provides type-safe params which isn't supported
by helpers like construct_type().
build(MyModel, my_field_a="foo", my_field_b=123)