@override Future<Iterable<T>> getAll(Iterable<String> ids) => table .records(ids) .get(databaseClient) .then((jsLs) => jsLs.nonNulls.map(fromJson));