Restore Single Mongo Collection
mongorestore -u <user> --authenticationDatabase <auth db, e.g. admin> -p --db <db> --collection <kolekce> <path_to_restore_bson_file>
mongorestore -u <user> --authenticationDatabase <auth db, e.g. admin> -p --db <db> --collection <kolekce> <path_to_restore_bson_file>