type QueryStatsResponse struct {
User struct {
Name string
ContributionsCollection struct {
TotalCommitContributions int
ReposContributedTo int
PullRequestContributions struct {
TotalCount int
}
}
MergedPRs struct {
// contains filtered or unexported fields
}
}
}