How to avoid the metadata that Strapi-postgres returns when the row count is 0?

Hello @manishverma,

Since you are using the Knex itself, this is not something that can be changed by strapi. You can find more information about knex responses on their repo. The question here is, do you really need to use the raw queries? I would recommend using strapi’s methods to access the db (services, query, entityService).