if 'game' in params and params['game']:
            objects = objects.filter(game__name=params['game'])