@jsonSerializable const factory ListConvosOutput({ required List<ConvoView> convos, String? cursor, }) = _ListConvosOutput;