package main type R2PAPIAll struct { CountIn int `json:"count_in"` CountOut int `json:"count_out"` CountCurrent int `json:"count_current"` }