Skip to content

Rename table_rows and filtered_table_rows to have _count suffix #194

@simonw

Description

@simonw

These fields represent counts of items:

"table_rows": 131,
"filtered_table_rows": 8,

But the names make it sound like they might be arrays full of rows. Adding a _count suffix would make this more clear:

"table_rows_count": 131,
"filtered_table_rows_count": 8,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions