$backup->uuid, 'name' => $backup->name, 'ignore' => $backup->ignore, 'sha256_hash' => $backup->sha256_hash, 'bytes' => $backup->bytes, 'created_at' => $backup->created_at->toIso8601String(), 'completed_at' => $backup->completed_at->toIso8601String(), ]; } }