The Kaminari readme provides this example: ```ruby User.page(3).without_count ``` However I'm getting the exception: ``` undefined method `without_count' for #<Mongoid::Criteria:0x00000000065afa90> ``` Any ideas?