Book Model
User Model
/users/ -- list users
BookUser Model
/book-users/ -- list of users and the books they've borrowed
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
User Model
Book Model
/books -- list all books /books/:id -- get a single book by its ID /books?publisher=publisher&category=category -- filter books by category or publisher /books/id/borrow -- borrow a book and specify number of days
=========================================