Lakshan Madushanka
Lakshan Madushanka
This pr fix showing past upcoming streams in home page(#280) and some minor issues. Before  After 
[Here](https://github.com/abbasudo/laravel-purity/blob/5dc70b98c6548e56a175c9702566e86962354b51/src/Traits/Filterable.php#L141C26-L141C45), we should not give priority to $renamedFilters if $availableFilters are defined.
Currently, if we need to restrict fields and rename fields, we have to define both `$availableFields` and `$renamedFields`. It causes code duplication. We can avoid it with this feature.