package dto type LimitPage struct { Page int `json:"page"` Limit int `json:"limit"` }