package structs import "time" type PictureLike struct { UserId string PictureId string LikedAt time.Time } type APIPictureLike struct { UserId string PictureId string }