Emits the length of each list rather than the list itself.
Stream<int> get lengths => map((items) => items.length);