The page/related endpoint is being used by our MobileHtml client-side javascript to construct the "Read More" items seen at the bottom of an article.
This endpoint basically does nothing more than a morelike: search, followed by page/summary queries for each returned page, finally returning a list of summary objects.
Instead of relying on this endpoint, can we get away with a single MW API call to get the same data, and construct the "Read More" items in the same way?