Storage, where my data is saved in a device?

Hi everyone,
i’m using Ionic from several weeks and it’s amazing! But now i have a question about where my data is actually saved using for example Ionic Storage (cordova-sqlite-storage) so let’s say that my Android phone always uses SQLite.

I tried to search with a file manager but i don’t have a folder for my app but the storage works very well! I tried also /data/data/<your_app_package_name>/databases/<database_name> without success. Can the files be hidden by OS?

My app is saved in internal memory, Android 6.

Thank you!