Serializes an Copies to its JSON representation.
@override Map<String, dynamic> toJson() => { if (total != null) "total": total, if (available != null) "available": available, };