Can we have Query.unselect([attrubutes]) like we have query.select() because i fetching my rows and i do need all the columns except that $updatedAt.
Should i create github issue?
TL;DR
Developers are requesting a feature to unselect specific attributes in a query, similar to query.select(). It would be helpful for situations where certain columns, like $updatedAt, are not needed. The suggestion is to create a GitHub issue to propose this feature.