Filter binding annotations

'has filters' = 'yes' (
	'filters' = [
		(
			'label' = "Service Provider"
			'type' = text .'Relation' ( )
		)
	]
)

I’m trying to add a row filter within the annotations.alan. I am receiving the following error:
state constraint violation for ‘binding’. Unexpected state for ‘type’:

annotations.alan(494, 21): - expected: ‘binding’

features.alan(1, 1): - but found: ‘configuration’

features.alan(1, 1): defined by .‘filters’.‘filters’.‘type’ of type ‘generator_contract’!‘properties’.‘properties’

.‘full screen planning’.‘plannings’.‘windows’.‘rows’.‘rows’.‘has children’.‘rows’.‘options’.‘has filters’.‘filters’.‘type’

Can anybody guide me towards the right direction? :slight_smile: