"As a Reader, I want to know which pages are redirects and what they redirect to, so that I can go to the recommended page instead."
This is for endpoints that return a Page item in JSON format, such as /page/{title}, /page/{title}/bare, and /page/{title}/with_html. They should include these new properties:
- is_redirect: is this page a redirect? boolean
- redirect_title: if this page is a redirect, which page title it redirects to, in a readable human form
- redirect_key: if this page is a redirect, which page title it redirects to, in a form good for plugging into API URLs