We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
as title, if an api endpoint returns a list of objects it should: A: support paggination (optional) B: add max-obj-count to header
add this to API programming guidelinge
create header for all get list endpints
ctx.Header().Set("X-Total-Count", fmt.Sprintf("%d", maxResults))