Map<String, dynamic> toJson() => { 'artifacts': artifacts.map((artifact) => artifact.toJson()).toList(), };