Future<Map<String, Object?>?> getById(String id) async { var oid = ObjectId.tryParse(id); return getByOid(oid); }