there are no particularly appropriate examples in hand. Cite one blindly.
authors and books.
author-- id,name,age
book-- id,name,price
API: 127:0.0.1/author/1
returns the names and prices of all books and books of the author whose id is 1
is this design reasonable?