Map<String, dynamic> toJson() => { 'rooms': rooms.map((room) => room.toJson()).toList(), 'total': total, 'continuation_token': ?continuationToken, };