hello i want to ask about how can we initialize parse in Next js? is it in _app or i should create class to init it? ``` initializeParse( 'YOUR_SERVER_URL', 'YOUR_APPLICATION_ID', 'YOUR_JAVASCRIPT_KEY' ); ```