def get(self): client = MongoClient(DB_URI) database = client[DB_NAME] collection = database.nationalparks return format_result(collection.find())