Collection.prototype.getLast(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): Promise<CollectionPage | null>
In a paged Collection, indicates the furthest proceeding page of the collection.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }
Promise<CollectionPage | null>