Reduce Function Results cause errors in Couchbase Model View parsing

Default {include_docs: true} behaviour causes a parsing error on the results of a map-reduce view. The following map-reduce result causes errors here. As a reduce function doesn’t return some of the expected document pieces.

["{\"rows\":[\r\n{\"key\":null,\"value\":{\"count\":73,\"total\":27819,\"average\":381.0821917808219}}\r\n]\r\n}", "\n", nil]

Have you figured this out? Would need more info to help troubleshoot