Move interfaces from trait to abstract
- Moved the countable, iteratable and jsonserializable methods to the abstract method, so it doesn't interfere with other classes that use the trait instead of extending from the abstract class.
- Update Eloquent model example in readme