findById(id)는
find({_id : id}) or findOne({_id: id})와 거의 동일합니다
대신, 문서의 _id로 조회하려면 findOne({ _id: id })를 사용하는게 좋다