diff --git a/pkg/collections/collection.go b/pkg/collections/collection.go
index 8c22f2637fdd70e6dc953ad7bbf776c5ebb4460f..dfe5d66ed4a5b96f4f99118a6842488a2bc94735 100644
--- a/pkg/collections/collection.go
+++ b/pkg/collections/collection.go
@@ -90,7 +90,7 @@ type StateInfo struct {
 	State     State     `json:"state" bson:"state"`
 	Info      string    `json:"info" bson:"info"`
 	StartedAt time.Time `json:"started_at,omitempty" bson:"started_at,omitempty"`
-	DBVersion uint32    `json:"-" bson:"db_version"`
+	DBVersion uint32    `json:"db_version" bson:"db_version"`
 }
 
 type State int