Hi, this is more of a question than an actual issue, but is there any reason as of why ListInputType[T] extends InputType[Seq[T]] while on the other hand, ListType[T] extends OutputType[Iterable[T]] ?
I think having them both as Iterable would be nice !