@@ -219,7 +219,7 @@ def update(
219219 def list (
220220 self ,
221221 * ,
222- include_entry_counts : bool | NotGiven = NOT_GIVEN ,
222+ include_unaddressed_counts : bool | NotGiven = NOT_GIVEN ,
223223 limit : int | NotGiven = NOT_GIVEN ,
224224 offset : int | NotGiven = NOT_GIVEN ,
225225 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
@@ -254,7 +254,7 @@ def list(
254254 timeout = timeout ,
255255 query = maybe_transform (
256256 {
257- "include_entry_counts " : include_entry_counts ,
257+ "include_unaddressed_counts " : include_unaddressed_counts ,
258258 "limit" : limit ,
259259 "offset" : offset ,
260260 "order" : order ,
@@ -766,7 +766,7 @@ async def update(
766766 async def list (
767767 self ,
768768 * ,
769- include_entry_counts : bool | NotGiven = NOT_GIVEN ,
769+ include_unaddressed_counts : bool | NotGiven = NOT_GIVEN ,
770770 limit : int | NotGiven = NOT_GIVEN ,
771771 offset : int | NotGiven = NOT_GIVEN ,
772772 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
@@ -801,7 +801,7 @@ async def list(
801801 timeout = timeout ,
802802 query = await async_maybe_transform (
803803 {
804- "include_entry_counts " : include_entry_counts ,
804+ "include_unaddressed_counts " : include_unaddressed_counts ,
805805 "limit" : limit ,
806806 "offset" : offset ,
807807 "order" : order ,
0 commit comments