func (s *RoleService) dbToCollResource(ctx context.Context, dbrows []*dbRole) *user.RoleCollection {
    return &user.RoleCollection{
        Data: s.dbToCollResourceData(ctx, dbrows),
        Links: &jsonapi.Links{
            Self: s.GenCollResourceSelfLink(ctx),