Command failed with error 200004: 'Too many fields.'

I’m facing the above issue when I mapped more than 50 fields in native mongo query

{
“$match”: {…}
}
}
,
{
“$project”:{ … mapped more than 50 fields]
}

Metabase version: v0.37.7

Thanks In-Advance

Hi @Damodar
That error looks like it’s coming from Mongo. Can you run the same query with DBeaver.io ?