def get_query(self, product_id: int, **kwargs) -> BaseQuery: return Indicator.query.filter_by(product_id=product_id)