static Query<$Post> whereIn( String column, List<dynamic> values, { String? connection, }) => Model.whereIn<$Post>(column, values, connection: connection);