Map<String, dynamic> toJson() => { 'slug': slug, 'IsPilotVersion': isPilot, 'variables': variables, 'pageSize': pageSize, 'pageIndex': pageIndex };