diff --git a/cmd/dataset.go b/cmd/dataset.go index b08b8cf..f8c9cf7 100644 --- a/cmd/dataset.go +++ b/cmd/dataset.go @@ -53,8 +53,8 @@ type DatasetStatsData struct { } type DatasetListItem struct { - Name string - Type string + Name string + Type string LastIngested time.Time }