Hi,
when I have a Post with date field as doctrine date type, and I want to use that field as ApiProperty identifier then in ItemProvider there is a trait that converts a parameter value into doctrine type which for example transforms "2017-01-01" into "2017-01-01 00:00:00" that fails on query result.