I have a database of Kindle books that I built last year, but I know that now there are over a million titles. So, year old data:
> db.books.find({'lendable': true}).count(); 543519 > db.books.count(); 846456