Is it possible to mention type of jsonb

I am generating types with supabase gen types typescript is it possible to mention whether the jsonb columns will be an array or an object.
I have two columns accounts with be an array of objects and metadata which will be an object.
Was this page helpful?