package dto import "quyun/v2/app/requests" type ListQuery struct { *requests.Pagination Keyword *string `query:"keyword"` }