use model; service PostService { find() -> List, findOne(slug: String) -> Post?, }