When syncing my Firestore collections, the entire database is read. Which results in millions of reads per day and it has completely spike my cost. There's no way I can keep using the product. Does Jet Admin have a way of reading only data that has been updated after the last sync? That would reduce the amount of reads significantly.