ocket8888 commented on issue #5451:
URL: https://github.com/apache/trafficcontrol/issues/5451#issuecomment-764983956
Per API spec guidelines if you did `GET /logs?user=someone&limit=0` then you
could get back
```json
{
"response": [],
"summary": {
"count": 50
}
}
```
assuming `someone` had 50 associated changelog entries. If we implement
`summary` on that endpoint, that is.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]