Map<String, Object?> toJson() => { 'columns': columns, 'rows': rows, 'total': total, 'limit': limit, 'offset': offset, };