We should forbid extra fields for test models as this can silently "fill" tests without the expected changes in them. See #2197. 1. Add `extra_forbid` to `CamelModel` 2. Fix issues that come up related to this.