AFAIK, hapi-sequelize doesn't have a `request.models`, but it does have a `request.getDb()` method that has `models` on it. This calls that method to get the related models, but allows `request.models` to keep working for backward compatibility.
parseInclude
parseWhere
getMethod
feat(include): ability to specify multiple includes, as an array