package model type Reward struct { } type RewardListIn struct { } type RewardListOut struct { List []Reward Total int }