Rank 1: Thread
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. $id, $sequence, $createdAt, $updatedAt, $permissions, $databaseId, $tableId) for every row. I don't need/use this. Is there a option to set to not have this returned?
It add a lot of weight when returning 1000+ rows and you only need 2 columns. [I'm using the NodeSDK]