I have a model "Competition" with attributes start_at and end_at, both of type datetime. I would like to retrieve only competitions with a duration shorter that a given amount, for example 3 days. I would expect to do this easily:I have a model "Competition" with attributes st