Interpret this CNN model summary excerpt.Layer (type)       …

Interpret this CNN model summary excerpt.Layer (type)                                             Output Shapeconv2d (Conv2D)                                   (None, 26, 26, 32)max_pooling2d (MaxPooling2D)        (None, 13, 13, 32)What structural effect did the MaxPooling2D layer have?