property Table.findById Find a row by primary key, or null when it does not exist. Type (id: InValue) => Promise<Row | null>