When validating user-supplied `record`s, it would be great to be able to limit them in size (e.g. allow 0-100 keys). It could look like this: ```typescript size(record(string(), number()), 0, 100) ```