I have collections named Book and Author. A book can be written by a few authors. So the collections look like this:
Book: { id: objectId, name: string, price: nu