api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

Add guidance for count field in pageable response

Open mikekistler opened this issue 3 years ago • 0 comments

This PR adds one small bit of guidance that we commonly give to service teams -- don't include a count field in a pageable response since this could be expensive to compute.

I made this a "You should not" since a count field could be allowed when needed to support a specific use case.

mikekistler avatar Mar 28 '22 12:03 mikekistler