-
-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Labels
@bkoelman
Description
When options.IncludeTotalResourceCount
is set to true
and pagination is disabled, there's no need to fetch the total count upfront. We can simply count the number of resources returned to set meta["total"]
.