package models type Progress struct { ID string Author string Title string DeviceName string Percentage float64 CreatedAt string }