@@ -0,0 +1,14 @@
package domain
import (
"time"
"github.com/google/uuid"
)
type ViewsSnapshot struct {
ViewsCount int
FetchedAt time.Time
PostID uuid.UUID
}
The note is not visible to the blocked user.