Map<String, dynamic> toJson() => { 'name': name, 'schema': schema.toJson(), 'rootPageId': rootPageId, 'rowCount': rowCount, 'indexes': indexes, };