Skip to content

Commit fd07385

Browse files
committed
fix: clarify description of row fields
1 parent 35da4e5 commit fd07385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Each `EAVFilter` must use `column_id` and can specify:
363363
- `string_value`: Exact string value to match
364364
- `boolean_value`: Boolean value to match
365365

366-
Returns a list of dictionaries (up to 1000), each representing a row with an `id` field and fields for each column ID.
366+
Returns a list of dictionaries (up to 1000), each representing a row. Each row has a field for each column plus an `id` (the "row ID").
367367

368368
Example:
369369
```python

0 commit comments

Comments
 (0)