Flask-SQLAlchemy raises TypeError: Query.paginate() takes 1 positional argument but 4 were given

Solution
Ticker.query.paginate(page=page, per_page=app.config["TICKERS_PER_PAGE"], error_out=False)