@override Object toJson() => { if (collectionIds.isNotDefault) 'collectionIds': collectionIds, if (nextPageToken.isNotDefault) 'nextPageToken': nextPageToken, };