Solutionunvalidated
Avoid `select('*')` and instead explicitly select only the allowed columns (e.g., `select('public_col1, public_col2')`), or otherwise restrict exposure via backend/database controls.
8afd3374-9a09-4685-95d2-d5fc3cb32ba1
Avoid select('*') and instead explicitly select only the allowed columns (e.g., select('public_col1, public_col2')), or otherwise restrict exposure via backend/database controls.