We still return results to the query even if the column/attribute doesn't exist in the table.

Repro Steps:
- Connect to mongoDB
- Query something attempt to query an invalid attribute (e.g:
select invalid_lmao from users).
- Notice that we return all the items.