Returns a stream of data for the authenticated user.
@override Stream<List<DTO>> Function(User user) get stream => (user) => streamBuilder?.call(user, api, this) ?? api.streamAllWithConverter();