Map<String, dynamic> toMap() { return { 'totalItems': totalItems, 'items': accounts.map((x) => x.toMap()).toList(), }; }