package proto
import "service/dbstruct"
type NotificationUnreadApiVO struct {
UnreadCnt int64 `json:"unread_cnt"`
MostRecentNotif *dbstruct.Notification `json:"most_recent_notif"`
}