diff --git a/lib/entities/entry.js b/lib/entities/entry.js index b9c931c94..37e33b3e8 100644 --- a/lib/entities/entry.js +++ b/lib/entities/entry.js @@ -30,6 +30,7 @@ export function wrapEntry (data) { * @prop {number} skip * @prop {number} limit * @prop {Array} items + * @prop {Array=} errors - Array of errors that might occur when retrieving entries. * @prop {function(): Object} toPlainObject() - Returns this Entry collection as a plain JS object * @prop {function(?function=, space=): Object} stringifySafe(replacer,space) - Stringifies the entry collection, accounting for circular references. Circular references will be replaced with just a Link object, with a circular property set to true. See MDN and json-stringify-safe for more details on the arguments this method can take. */