The following adds support for reverse-chronological ordering when fetching back-links.
We add a non-required "reverse" query parameter that allows reversing the default order of returned back-links.
Supports both current storage backends (mem_store and rocks_store).
Damn, I just realized I have not yet added a lexicon for the new endpoint. Will do that now. At least the endpoint logic itself should not be affected by that and thus be ready for review, given its similarity to the existing
getManyToManyCountsendpoint.