Is it possible to count objects saved locally by saveEventually?

Hi.
I’m developing the Android app and I’m using saveEventually to be able to store data when offline.
Is there any way to count the objects that are in offline storage used by saveEventually? I need this to indicate in UI and let the user know that some data was not sent to the server.