Filter applied
{formatRowCount(totalRowsScanned)} rows were scanned,{' '} {formatRowCount(rowsRemovedByFilter)} were filtered out, leaving{' '} {formatRowCount(actualRows)} rows. Consider adding an index to reduce rows scanned.
Rows returned
This operation processed and returned {formatRowCount(actualRows)} rows.
Estimated rows
The planner estimates this operation will return {formatRowCount(estimatedRows)} rows. Run with EXPLAIN ANALYZE to see actual row counts.