func (bc *BrandingColors) MarshalJSON() ([]byte, error) {
    type brandingColors BrandingColors
    type brandingColorsWrapper struct {
        *brandingColors
        RawPageBackground interface{} `json:"page_background,omitempty"`