ColumnIndexOptions.include property
Extra columns to carry in the index without indexing them.
Signature:
include: string[];
Remarks
A covering index, so the planner can answer from the index alone instead of visiting the table. Btree only. Declared but never emitted in earlier versions.