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))`