async read(id) {
            try {
                const { db, col } = await connect();
                const res = await col.findOne({ _id: ObjectId(id)});