What is the typical return size
Okay, so I’m building an API, and I’m trying to figure out what’s considered a "typical" or "reasonable" size for the JSON responses it sends back. I’m thinking mostly about endpoints that return lists of objects – like, a search results page, or a list of users. Specifically, I’m worried about performance. I don’t want…