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