ArrayNode.prototype.lengthOf = function lengthOf(value) {
  this.options.lengthOf = value;
  return this;
};