Getting error: TS2551: Property 'getConnection' does not exist on type 'PoolConnection'. Did you mean 'connection'? ``` const connection = await DB.Handle_Promise.getConnection() ```