Map<String, dynamic> toJson() { return { 'instance': instance, 'collection': collection, 'size': size, 'count': count, }; }