func (ls *LogStream) MarshalJSON() ([]byte, error) {

    type logStream LogStream
    type logStreamWrapper struct {
        *logStream