OBJECT
Statistics of all children websites that have HTTPS enabled or not
type HttpsStatusStatistics {# Number of children websites that have HTTPS enabledhttps: Int! # Number of children websites that have HTTPS disablednotHttps: Int! }