package model
type ListQuery struct {
Page int `json:"page" query:"page"`
Size int `json:"size" query:"size"`
}