// Updates the recycler view list.
  public void updateDisplay() {

    adapter.refresh(bookList);
    adapter.notifyDataSetChanged();
  }