Serialise to the wire shape (string or array of ResponseItem JSON).
@override List<Map<String, dynamic>> toJson() => items.map((e) => e.toJson()).toList();