diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 37185b922..51b5d45d8 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -3720,6 +3720,7 @@ class ApiController(RedditController, OAuth2ResourceController): listing = LinkListing(builder, nextprev=False).listing() if listing.things: w = listing.things[0] + w.num = "" return spaceCompress(w.render()) @json_validate(