[ { "title": "Thing", "features": [ { "name": "Feature A", "status": "done" }, { "name": "Feature B", "status": "ongoing" }, { "name": "Feature B", "status": "ongoing" }, { "name": "Feature B", "status": "done" }, { "name": "Feature B", "status": "ongoing" }, { "name": "Feature A", "status": "todo" }, { "name": "Feature A", "status": "todo" } ] }, { "title": "Another list", "features": [ { "name": "Some other A", "status": "todo" }, { "name": "Feature B", "status": "done" } ] } ]