Map<String, dynamic> toJson() => { 'Time': time, 'Kind': kind, 'Entries': entries.map((e) => e.toJson()).toList(), };