Field Selection
In express-validator, a field is any value that is either validated or sanitized.
It can be a simple value such as a string or a number, to a more complex array or object value.
Pretty much every function or value returned by express-validator reference fields in some way. For this reason, it's important to understand the field path syntax both for when selecting fields for validation, and when accessing the validation errors or validated data.