Checks if a collection is empty
static Future<bool> isCollectionEmpty(String key) async => (await readCollection(key)).isEmpty;