Stream<List<Map<String, dynamic>>> apps() { return _client.from("apps").stream(primaryKey: ["id"]); }